Go to the source code of this file.
|
| NQ_BOOL | amStart (void) |
| |
| void | amShutdown (void) |
| |
| void | amClientDefineLevel (NQ_UINT level, NQ_UINT crypter1, NQ_UINT crypter2, NQ_UINT32 mehanisms) |
| |
| void | amSetNonSecureAuthentication (NQ_BOOL enableNonSecureAuthentication) |
| |
| void | amCredentialsAsciiiToW (AMCredentials *to, const AMCredentialsA *from) |
| |
| void | amCredentialsInit (AMCredentials *creds, const NQ_WCHAR *domain, const NQ_WCHAR *user, const NQ_WCHAR *password, NQ_UINT type) |
| |
| void | amCredentialsInitA (AMCredentialsA *creds, const NQ_CHAR *domain, const NQ_CHAR *user, const NQ_CHAR *password, NQ_UINT type) |
| |